home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2137_extract < prev    next >
Encoding:
Text File  |  1987-07-08  |  354 b   |  6 lines

  1. extract ( criterion, block, how* )
  2. extract selected values from a block
  3.  
  4. criterion—number block containing true or false values; block—any kind of block; how—optional method to arrange returned values (#ROW or #COL).
  5.  
  6. extract creates a row or column block (by how) that contains all the values in block that have a corresponding true value in criterion.